home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  2000-03-01  |  1.9 KB  |  93 lines

  1. object FrmSplash: TFrmSplash
  2.   Left = 253
  3.   Top = 173
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'FrmSplash'
  9.   ClientHeight = 189
  10.   ClientWidth = 368
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   Visible = True
  21.   OnActivate = FormActivate
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Image: TImage
  27.     Left = 0
  28.     Top = 0
  29.     Width = 348
  30.     Height = 169
  31.     AutoSize = True
  32.     Picture.Data = {<image000.jpg>}
  33.   end
  34.   object Label2: TLabel
  35.     Left = 313
  36.     Top = 141
  37.     Width = 3
  38.     Height = 15
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clTeal
  41.     Font.Height = 15
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.     Visible = False
  47.   end
  48.   object ProgressLabel: TLabel
  49.     Left = 20
  50.     Top = 141
  51.     Width = 45
  52.     Height = 16
  53.     Caption = 'Loading'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clNavy
  56.     Font.Height = 16
  57.     Font.Name = 'Arial'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Transparent = True
  61.   end
  62.   object Label3: TLabel
  63.     Left = 265
  64.     Top = 141
  65.     Width = 42
  66.     Height = 15
  67.     Caption = 'version'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clTeal
  70.     Font.Height = 15
  71.     Font.Name = 'Arial'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.     Transparent = True
  75.     Visible = False
  76.   end
  77.   object LblVersion: TLabel
  78.     Left = 230
  79.     Top = 12
  80.     Width = 99
  81.     Height = 27
  82.     Caption = 'EXPIRED'
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = clOlive
  85.     Font.Height = 28
  86.     Font.Name = 'Arial'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.     Transparent = True
  90.     Visible = False
  91.   end
  92. end
  93.